home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Up-Down Box.sd < prev    next >
INI File  |  2004-06-28  |  449b  |  21 lines

  1. [SUBJECT]
  2. Description=Allows you to increase and decrease the value in a textbox
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6. [BODY_TEXT]
  7. ;<div align="center">
  8. ;<form>
  9. ;<input type="text" name="amount" value="`Initial_Value`">
  10. ;<input type="button" value="up" onClick="javascript:this.form.amount.value++;">
  11. ;<input type="button" value="down" onClick="javascript:this.form.amount.value--;">
  12. ;</form>
  13. ;</div>
  14. ;
  15.  
  16. [`Initial_Value`]
  17. Kind=S
  18. Value=6
  19.  
  20.  
  21.